Skip to content

Add macOS catalyst builds to XCFramework#173

Merged
simolus3 merged 1 commit intomainfrom
catalyst-framework
Apr 8, 2026
Merged

Add macOS catalyst builds to XCFramework#173
simolus3 merged 1 commit intomainfrom
catalyst-framework

Conversation

@simolus3
Copy link
Copy Markdown
Contributor

@simolus3 simolus3 commented Apr 8, 2026

.NET MAUI supports macOS catalyst builds (which is essentially a macOS ABI with a subset of the iOS SDK), and there's an open request for our dotnet SDK to support that.

The first step is to build the core extension for that target, which is fairly simple as we can just copy the structure from the existing macOS build. I've manually tested this in an XCode project with a macOS Catalyst app by embedding the XCFramework and loading the extension. That's not exactly a full test, but it should verify directory names and the structure of the framework (using symlinks instead of direct references).

@simolus3 simolus3 requested a review from rkistner April 8, 2026 08:47
@simolus3 simolus3 merged commit 28cc51f into main Apr 8, 2026
25 checks passed
@simolus3 simolus3 deleted the catalyst-framework branch April 8, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants